let Source = Excel.Workbook(Web.Contents(""), null, true), Source_Table = Source{[Item="AccountsClassifications",Kind="Table"]}[Data], #"Changed Type" = Table.TransformColumnTypes(Source_Table,{{"AccountClassification", type text}, {"AccountClassificationName", type text}}) in #"Changed Type"